SendNActionRequest<TQuery> Method

Summary
Sends the N action request to the specified scp.
Syntax
C#
C++/CLI
public DicomCommandStatusType SendNActionRequest<TQuery>( 
   DicomScp Scp, 
   TQuery Query, 
   int action, 
   string instance 
) 
public: 
DicomCommandStatusType SendNActionRequestgeneric<typename TQuery> 
(  
   DicomScp^ Scp, 
   _TQuery^_ Query, 
   int action, 
   String^ instance 
)  

Parameters

Scp
The peer connection to send the N-ACTION request to.

Query
Holds information specific to the N-ACTION request.

action
The action to be performed.

instance
The instance to be affected by this request.

Type Parameters

TQuery
The type of the query.

Return Value

The status of the operation.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.